Click or drag to resize

ItemShape Constructor (ShapeType, IListPropertyPath)

Initializes a new instance of the ItemShape class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ItemShape(
	ShapeType type,
	IList<PropertyPath> propertyPaths
)

Parameters

type
Type: Independentsoft.ExchangeShapeType
The type.
propertyPaths
Type: System.Collections.GenericIListPropertyPath
The property paths.
See Also